powered by
Sets a config parameter value
# S4 method for tiledb_config,ANY,ANY,ANY [(x, i, j) <- value
updated tiledb_config object
tiledb_config
tiledb_config object
parameter key string
value to set, will be converted into a stringa
ctx <- tiledb_ctx(limitTileDBCores()) cfg <- tiledb_config() cfg["sm.tile_cache_size"] # set tile cache size to custom value cfg["sm.tile_cache_size"] <- 100 cfg["sm.tile_cache_size"]
Run the code above in your browser using DataLab